/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      changeDictionaryDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

T
{
    internalField   uniform 350;  

    boundaryField
    {
       wall_to_topAir
        {
            type            compressible::turbulentTemperatureCoupledBaffleMixed;
              Tnbr            T;
              kappaMethod     solidThermo;
              kappaName       none;
              value           uniform 350;
           
        }
       wall_to_wallad1
       {
            type            zeroGradient;
             
       }
        wall_to_wallad2
       {
            type            zeroGradient; 
               
       }

       
    }
}

// ************************************************************************* //
